From b7af3c70833f8104f11fa33fc50b0580853d24d6 Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Thu, 8 May 2025 14:23:40 +0200 Subject: [PATCH] fix(msi): force termination of stuck processes Stopping the Windows Explorer process does not always work. Per default the MSI Restart Manager will display a warning message after a timeout, and not attempt to restart Explorer afterwards -- resulting in a black screen if no other window is open. Setting the property `MSIRMSHUTDOWN` to `1` will force the termination of the process when the timeout is reached, which finally allows the Explorer to be restarted. Signed-off-by: Jyrki Gadinger --- admin/win/msi/Nextcloud.wxs | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/win/msi/Nextcloud.wxs b/admin/win/msi/Nextcloud.wxs index 3a9ddcdbe..56acc7c6d 100644 --- a/admin/win/msi/Nextcloud.wxs +++ b/admin/win/msi/Nextcloud.wxs @@ -46,6 +46,7 @@ --> + -- 2.30.2